Software Design, Testing & Engineering
azw3 |eng | 2019-10-02 | Author:Brendan Burns & Joe Beda & Kelsey Hightower [Burns, Brendan]

DaemonSet Scheduler By default a DaemonSet will create a copy of a Pod on every node unless a node selector is used, which will limit eligible nodes to those with ...
( Category: Software Development March 8,2020 )
epub |eng | 2020-03-11 | Author:Bob Gregory & Harry Percival [Bob Gregory]

( Category: Software Development March 8,2020 )
mobi |eng | 2018-08-30 | Author:Paul Osman

Introduction Reliability is becoming an increasingly popular topic in the world of distributed systems. Job postings for Site Reliability Engineers (SRE) or chaos engineers are becoming common, and as more ...
( Category: Tools March 8,2020 )
epub |eng | 2014-03-07 | Author:Donald Norris

Telemetry The DX-8/AR8000 R/C system has an optional feature that provides telemetry in addition to normal control functions. Telemetry is the automated transfer of data from the aircraft back to ...
( Category: Software Development March 8,2020 )
epub |eng | 2018-12-20 | Author:Doguhan Uluca & Christoffer Noring & Kevin Hennessy & Chandermani Arora [Doguhan Uluca]

( Category: Software Development March 7,2020 )
epub |eng | 2020-01-12 | Author:Jason Dobies

err = c.Watch(&source.Kind{Type: &appsv1.Deployment{}}, &handler.EnqueueRequestForOwner{ IsController: true, OwnerType: &examplev1.VisitorsApp{}, }) if err != nil { return err } err = c.Watch(&source.Kind{Type: &corev1.Service{}}, &handler.EnqueueRequestForOwner{ IsController: true, OwnerType: &examplev1.VisitorsApp{}, }) if err ...
( Category: Software Development March 7,2020 )
epub |eng | | Author:Matthew Campbell

This plot shows us the relationship between the two sexes that we have data on. The lines appear in color because we specified the color aesthetic in our geom_line . ...
( Category: Object-Oriented Design March 7,2020 )
epub |eng | | Author:Vincent, Ron

In MapViewBehavior.cs, add a using statement to Esri.ArcGISRuntime.Layers, and then add a new MapViewTapped event handler to the OnAttached method, like this:AssociatedObject.MapViewTapped += AssociatedObject_MapViewTapped; In AssociatedObject_MapViewTapped, add the following code:MapView ...
( Category: Software Development March 7,2020 )
epub, pdf |eng | 2019-12-16 | Author:P.J. McNerney [P.J. McNerney]

Now we can build our echo server with Protocol Buffer support:chapter_06/src$ bazel build :echo_server INFO: Analysed target //src:echo_server (0 packages loaded, 0 targets configured). INFO: Found 1 target... Target //src:echo_server ...
( Category: Object-Oriented Design March 7,2020 )
epub, pdf |eng | 0101-01-01 | Author:Nathan Youngman Roger Peppé [Peppé, Nathan Youngman Roger]

The Mars Curiosity rover began its journey at Bradbury Landing, located at 4°35’22.2” S, 137°26’30.1” E. In listing 21.1 the latitude and longitude for Bradbury Landing are expressed in decimal ...
( Category: Software Development March 7,2020 )
epub |eng | 2019-07-08 | Author:Michele Sciabarrà

SELECT * FROM PERSON INNER JOIN COMPUTER ON COMPUTER.ID = PERSON.OWNER Let’s do the same in CouchDB. Emitting multiple documents that contain the ids of the records to join is ...
( Category: Software Development March 7,2020 )
epub |eng | 2018-09-26 | Author:Bast, Radovan; Di Remigio, Roberto;

message(STATUS "working C compile flag: ${working_compile_flag}") And we try a list of C++ flags: set_compiler_flag( working_compile_flag CXX REQUIRED "-foo" # this should fail "-g" # this should work with GNU, ...
( Category: Testing March 7,2020 )
epub, pdf |eng | 2019-07-19 | Author:Nicolai Parlog [Nicolai Parlog]

( Category: Software Development March 7,2020 )
epub |eng | 2017-01-22 | Author:Russell Richards [Richards, Russell]

The Final Step: Submit the Order, Confirm, and Send You are now ready to submit the order. Go ahead, you can’t make money without submitting the order. When you create ...
( Category: Software Development March 6,2020 )
epub |eng | | Author:Sandeep Nagar

The randp() Function This function returns a matrix with Poisson distributed random elements with a mean value parameter given by the first argument. For example, if first argument is 1, ...
( Category: Software Development March 6,2020 )